crypto/tls.certificateVerifyMsg.signatureAlgorithm (field)
13 uses
crypto/tls (current package)
handshake_client.go#L689: certVerify.signatureAlgorithm = signatureAlgorithm
handshake_client_tls13.go#L550: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
handshake_client_tls13.go#L554: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_client_tls13.go#L662: certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
handshake_client_tls13.go#L670: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerifyMsg.signatureAlgorithm)
handshake_messages.go#L1790: signatureAlgorithm SignatureScheme
handshake_messages.go#L1803: b.AddUint16(uint16(m.signatureAlgorithm))
handshake_messages.go#L1823: if !s.ReadUint16((*uint16)(&m.signatureAlgorithm)) {
handshake_server.go#L705: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, certReq.supportedSignatureAlgorithms) {
handshake_server.go#L709: sigType, sigHash, err = typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_server_tls13.go#L695: certVerifyMsg.signatureAlgorithm = hs.sigAlg
handshake_server_tls13.go#L935: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
handshake_server_tls13.go#L939: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |